home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / skoed / arexx / deleteeol.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-09  |  253b  |  17 lines

  1. /* Delete To End Of Line */
  2.  
  3. /* We Mark our position in case the Crsr is past the EOL so the block
  4.    becomes invalid */
  5.  
  6. Options FailAt 10
  7. Options results
  8.  
  9. Address SKOED1
  10. "Mark"
  11. "Block_Begin"
  12. "EndOfLine"
  13. "Block_End"
  14. "Block_Delete"
  15. "Goto_Mark"
  16. "UnMark"
  17.